-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enabling custom labes for event, metrics and logs services #1550
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally the idea seems nice, 1 minor comment though:
This shouldn't really piggy back on fluentd.podLabels
as it's not pods that we attach these labels to here but rather services. Hence I suggest to add new value e.g. fluentd.serviceLabels
similar to fluentd.podLabels
and use that
One more thing actually: please make this a template so that we don't need the |
merge from main
Hello @pmalek-sumo, Changed fluentd.podLabels to fluentd.serviceLabels. I'm not familiar with the templates that you mentioned. I'm hopping this can work for now. Marco. |
Thanks for changing this. I'll merge it and introduce the aforementioned templates. |
Description
Enabled custom labels in fluentd logs, events and metrics services.
Testing performed